~ chicken-core (master) /manual/Module (chicken version)
Trap1[[tags: manual]]2[[toc:]]34== Module (chicken version)56This module provides the {{version>=?}} procedure for version comparison.78=== version>=?910<procedure>(version>=? v1 v2)</procedure>1112Return {{#t}} if {{v1}} is greater than or equal to {{v2}},13where both arguments are assumed to encode version numbers.14The values can be of any type and will be converted to strings15(using {{->string}}) if necessary. The comparison accepts16separators like {{"."}}, {{"-"}}, etc. and compares sub-elements17numerically, if possible.1819---20Previous: [[Module (chicken type)]]2122Next: [[Module srfi-4]]